body{background-color: #141414;
margin:0;
}

.header{
  height: 100vh;
}

.wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container{
  width: 450px;
  height: 650px;
  
  background-color: #1F1F1F;
  border-radius: 10px;
  
}

.wrapper2{
  display: flex;
  align-items: center;
  justify-content: center;
  
  
}

.text_div{align-content: center;
display: block}
.p1{font-size: 15px;}

.wrapped3{display: flex;
align-items: center;
justify-content: center;}




  ul{list-style: none;
    
  }


  li{
    margin-top: 15px;
    background-color: #333333;
    text-align: center;
    border-radius: 10px;
    line-height: 45px;
    margin-right: 30px;
  }
  a{text-decoration: none;
    font-size: 20px;
    
  color: white;}



  .img{padding-left: 39%;}

  
  
  
  
  




img{width: 100px;
margin-top: 40px;

border-radius: 50%;




}



.container h2{color:white
}
.container .p1{color:hsl(75, 94%, 57%)}
.container p{color: #878787;}
